\n"; echo "Test 1: " .$test1. "
\n"; echo "Test 2: " .$test2. "
\n"; echo "Test 3: " .$test3. "
\n"; echo "Test 4: " .$test4. "

\n"; echo $name. "'s average for all these tests is: " .$average."

\n"; if ($average >=65) echo $name. " has passed the class
\n"; else echo $name. "has failed the class
\n"; ?>